Spread Silverlight Documentation
RemoveAt Method (SeriesDataCollection<T>)


GrapeCity.Windows.SpreadSheet.Data Namespace > SeriesDataCollection<T> Class : RemoveAt Method
The index.
Removes at.
Syntax
'Declaration
 
Public Overrides Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As SeriesDataCollection(Of T)
Dim index As System.Integer
 
instance.RemoveAt(index)
public override void RemoveAt( 
   System.int index
)

Parameters

index
The index.
See Also

Reference

SeriesDataCollection<T> Class
SeriesDataCollection<T> Members